home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / sny31i.zip / README.TXT < prev    next >
Text File  |  1993-07-24  |  6KB  |  124 lines

  1.    Sony CDU-31A device driver for the Windows NT(tm) operating system
  2. ------------------------------------------------------------------------
  3.  
  4. The device drivers and this file are owned by Sony and protected by
  5. United States copyright laws, international treaty provisions, and all
  6. other applicable national laws. You may not reverse engineer, decompile,
  7. or disassemble the device drivers.
  8.  
  9. Copy all files from this directory to the root directory of a floppy 
  10. disk and mark it 'Sony - CDU-31A setup disk'.
  11.  
  12. Installing from a CDU-31A - x86 processor
  13. -----------------------------------------
  14. To install Windows NT from a CDU-31A drive with no other supported SCSI
  15. host adapter installed, boot the computer from the Boot floppy provided
  16. with the operating system. After you hit ENTER to indicate 'install now'
  17. and then choose either Express or Custom install, the installation
  18. software searches for a supported host adapter and CD-ROM drive. It
  19. displays 'Scanning for SCSI adapters' in the bottom of the screen. The
  20. device drivers used during this phase of installation are expected to be
  21. on the Windows NT CD-ROM disc, which these currently are not. When the
  22. scan is complete, the install program asks if you want to 'Configure
  23. Additional SCSI adapters', hit 'S' to select this. It then displays a
  24. list of adapters with the last line highlighted reading: 'Other (Requires
  25. disk provided by a hardware manufacturer)'. This is the setup floppy
  26. created above. Hit Enter to select other, the program prompts to insert
  27. the floppy, do so and hit Enter again. The install program then reads the
  28. slcd32.sys device driver from the floppy, installs it, finds the CDU-31A
  29. drive and uses it to install the operating system.
  30.  
  31. The install program also makes all of the necessary registry entries
  32. automatically.
  33.  
  34. For this to work the CDU-31A host adapter MUST be set for IRQ 5. NOTE,
  35. THIS IS A CHANGE FROM THE PREVIOUS BETA. PREVIOUSLY THE DRIVER USED IRQ 3.
  36. If the host adapter jumpers are later changed the registry must be manually
  37. edited using REGEDT32.
  38.  
  39. Adding support for CDU-31A to a pre-existing NT system
  40. ------------------------------------------------------
  41. Within Windows NT under the window 'main', 'Windows NT Setup' select
  42. 'Options', then 'Add/Remove SCSI Adapters'. Then click on the 'Add'
  43. button. In the window 'Select SCSI Adapter Option', scroll the 'Adapter'
  44. selection down to 'Other (Requires a disk from a hardware manufacturer)'.
  45. Click on this option and when prompted insert the floppy with the Sony
  46. files. The system copies the device driver from the floppy and makes all
  47. the necessary registry entries automatically. These entries assume an
  48. IRQ of 5. If the host adapter jumpers are later changed or if you are
  49. using an IRQ other than 5, the registry must be manually edited using
  50. REGEDT32. 
  51.  
  52. 31A Unique registry entry data
  53. ------------------------------
  54. In addition to the normal mini-port stuff, the registry entry allows
  55. specifying a base port address for the host adapter and which IRQ it's
  56. set for. If the base port address is specified, then the driver does
  57. not do its search for a host adapter and drives.
  58.  
  59. Specifically, under the entry for Slcd32 add a key for 'Parameters', and
  60. under this add the key 'Device0'. This is for the first host adapter.
  61. Under this add a value named 'DriverParameter' of type REG_SZ. This is
  62. a string where you can specify the parameters. Entries are of the
  63. form: 'name = value' where allowable names are: 'base' and 'irq'. Upper
  64. or lowercase is not important and all values are hex. Entries are
  65. separated by spaces. For example to specify the defaults of the adapter
  66. jumpers and driver use the value:
  67.     base = 340 irq = 5
  68. The driver defaults to irq 5 and will search for a host adapter and
  69. drives if no entry is made. The hex port addresses searched are:
  70.     340, 230, 330, 350, 360, 250, and 348
  71.  
  72. The base address and irq must match the host adapter jumper settings.
  73. Note that the Sony host adapter model CDB-334 currently does NOT come
  74. shipped with an irq selected since interrupts are not used with the DOS
  75. device driver.
  76.  
  77. For installation, my registry entry is:
  78.  
  79. HKEY_LOCAL_MACHINE
  80.   SYSTEM
  81.     CurrentControlSet
  82.       Services
  83.         Slcd32        -> Type: REG_DWORD: 0x1
  84.                          Start: REG_DWORD: 0x0
  85.                          Group: REG_SZ: SCSI miniport
  86.                          ErrorControl: REG_DWORD: 0x1
  87.             Parameters
  88.               Device0 -> DriverParameter: REG_SZ: base = 340 irq = 5
  89.  
  90.  
  91.  
  92. Jumper settings for the Sony CDB-334 host adapter.
  93.  
  94. Base Address jumpers
  95. --------------------
  96.  
  97.   Address   Jp1.1   Jp1.2
  98.     360      off     off
  99.     340      off     on
  100.     350      on      off
  101.     320      on      on
  102.  
  103. IRQ jumper settings
  104. -------------------
  105.  
  106.   Interrupt  JP4.3   JP4.4   JP4.1   JP4.2
  107.       3       on      off     off     off
  108.       4       off     on      off     off
  109.       5       off     off     on      off
  110.       6       off     off     off     on 
  111.  
  112.  
  113.  
  114. SONY DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING
  115.   WITHOUT LIMITATION, WARRANTIES OF FITNESS AND MERCHANTABILITY WITH
  116. RESPECT TO THE INFORMATION IN THIS DOCUMENT. BY FURNISHING THIS DOCUMENT,
  117.      SONY GRANTS NO LICENSES TO ANY RELATED PATENTS OR COPYRIGHTS.
  118.  
  119.           Copyright Sony Corporation, 1993, all rights reserved
  120. ------------------------------------------------------------------------
  121.    Sony CDU-31A device driver for the Windows NT(tm) operating system
  122.  
  123.                                 - end -
  124.